Slight rewording of some docs
authorMatthias Clasen <mclasen@redhat.com>
Thu, 23 Jan 2014 22:41:37 +0000 (17:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jan 2014 02:09:24 +0000 (21:09 -0500)
gtk/gtkpopover.c

index 9281db68b72bc63e7832f878fa301bc27288c837..d0323b0003dbe17dc94b7d2884dc414baefad922 100644 (file)
@@ -32,7 +32,7 @@
  *
  * By default, #GtkPopover performs a GTK+ grab, in order to ensure
  * input events get redirected to it while it is shown, and also so
- * the popover is dismissed on the expected situations (clicks outside
+ * the popover is dismissed in the expected situations (clicks outside
  * the popover, or the Esc key being pressed). If no such modal behavior
  * is desired on a popover, gtk_popover_set_modal() may be called on it
  * to tweak its behavior.
@@ -1161,8 +1161,8 @@ gtk_popover_class_init (GtkPopoverClass *klass)
   /**
    * GtkPopover:modal
    *
-   * Sets whether the popover is modal (so other elements in the window are
-   * not usable while the popover is visible).
+   * Sets whether the popover is modal (so other elements in the window do not
+   * receive input while the popover is visible).
    *
    * Since: 3.12
    */